ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix<T> Class / _data Field

In This Topic
    _data Field (Matrix<T>)
    In This Topic
    A two dimension T array used to save the data.
    Syntax
    'Declaration
     
    
    Protected _data As T()
    protected T[] _data
    Remarks
    In order to improve speed of inherited classes, I give the proteced modification
    See Also